home *** CD-ROM | disk | FTP | other *** search
/ PC for Alla 2005 May / PC för Alla 0505.iso / fullversioner / realsoft3d / data1.cab / Scripting / scripts / js / real / intact / r3iaik.js < prev    next >
Encoding:
JavaScript  |  2005-04-04  |  1.4 KB  |  65 lines

  1.  
  2. // JavaScript wrapper for r3iaik.h
  3. // Auto generated file, do not modify by hand
  4. // Copyright ⌐ 2004, Realsoft Graphics Oy
  5.  
  6. var R3_IAIK_H = 1;
  7. include("real/intact/r3ia2p.js")
  8. include("oops/r3vector.js")
  9.  
  10.  
  11. var R3CLID_IAINVKINEM = 107;
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19. R3IAIKA_JointMth = 107500;
  20. function SetR3IAIKA_JointMth(value) {
  21.   R3Set(this.r3obj, R3IAIKA_JointMth, value, R3TID_INTEGER, 0); 
  22. }
  23.  
  24. function GetR3IAIKA_JointMth() {
  25.   return R3Get(this.r3obj, R3IAIKA_JointMth, R3TID_INTEGER, 0); 
  26. }
  27.  
  28. R3IAIKA_IkMethod = 107501;
  29. function SetR3IAIKA_IkMethod(value) {
  30.   R3Set(this.r3obj, R3IAIKA_IkMethod, value, R3TID_INTEGER, 0); 
  31. }
  32.  
  33. function GetR3IAIKA_IkMethod() {
  34.   return R3Get(this.r3obj, R3IAIKA_IkMethod, R3TID_INTEGER, 0); 
  35. }
  36.  
  37. R3IAIKA_IkDepth = 107502;
  38. function SetR3IAIKA_IkDepth(value) {
  39.   R3Set(this.r3obj, R3IAIKA_IkDepth, value, R3TID_INTEGER, 0); 
  40. }
  41.  
  42. function GetR3IAIKA_IkDepth() {
  43.   return R3Get(this.r3obj, R3IAIKA_IkDepth, R3TID_INTEGER, 0); 
  44. }
  45.  
  46.  
  47.  
  48. function r3Iainvkinem () { 
  49.    this.base = r3God;
  50.    if(arguments.length) {
  51.       this.base(R3CLID_IAINVKINEM, arguments);
  52.    }
  53.    // Methods
  54.  
  55.    // Attributes
  56.    this.GetJointMth=GetR3IAIKA_JointMth;
  57.    this.SetJointMth=SetR3IAIKA_JointMth;
  58.    this.GetIkMethod=GetR3IAIKA_IkMethod;
  59.    this.SetIkMethod=SetR3IAIKA_IkMethod;
  60.    this.GetIkDepth=GetR3IAIKA_IkDepth;
  61.    this.SetIkDepth=SetR3IAIKA_IkDepth;
  62. }
  63.  
  64. r3Iainvkinem.prototype=new r3Ia2p;
  65. // r3iaik.h_H